home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / DefineSprite_310 / frame_1 / PlaceObject2_303_6 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  475b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == false and _root.event == 4)
  3.    {
  4.       if(_currentframe == 10 and _parent.righteye._currentframe == 10)
  5.       {
  6.          gotoAndPlay(11);
  7.          _parent.righteye.gotoAndPlay(11);
  8.       }
  9.       if(_currentframe == 20)
  10.       {
  11.          _parent._parent.health -= 25;
  12.       }
  13.       if(_currentframe == 1 and _root.lefteyehurt == true)
  14.       {
  15.          play();
  16.          _root.lefteyehurt = false;
  17.       }
  18.    }
  19. }
  20.